projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6630106
)
(struct display_info): Add mouse_face_hidden.
author
Kim F. Storm
<storm@cua.dk>
Sat, 16 Feb 2002 23:56:41 +0000
(23:56 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sat, 16 Feb 2002 23:56:41 +0000
(23:56 +0000)
src/msdos.h
patch
|
blob
|
history
diff --git
a/src/msdos.h
b/src/msdos.h
index 7b48493a99d86913d7165ac56242b4c11bba9070..a0e33a69fe504550189b24d8714d987a1167a904 100644
(file)
--- a/
src/msdos.h
+++ b/
src/msdos.h
@@
-80,6
+80,9
@@
struct display_info
/* Nonzero means defer mouse-motion highlighting. */
int mouse_face_defer;
+
+ /* Nonzero means that the mouse highlight should not be shown. */
+ int mouse_face_hidden;
};
/* This is a cut-down version of the one in xterm.h, which see. */